home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / mui / mcc-install / mcc-install.readme < prev    next >
PGP Signed Message  |  1999-06-14  |  4KB  |  101 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3. Short:        Universal MUI custom class installer script
  4. Version:      43.23
  5. Uploader:     hofmann@hofmann-int.de (Dipl.-Inform. Kai Hofmann)
  6. Author:       hofmann@hofmann-int.de (Dipl.-Inform. Kai Hofmann)
  7. Type:         dev/mui
  8. Distribution: NoCD
  9. Requires:     Installer
  10.  
  11. MCC-Install is an installer script for MUI Custom Classes that is highly
  12. modular to be reusable for other installer scripts.
  13.  
  14. MCC-Install features:
  15.  
  16.  - Follows the V43 Installer Style Guide
  17.  - Correctly supports the different user levels
  18.  - Install new/update mode
  19.  - Uninstallation
  20.  - Supports Installers prior to V43
  21.  - Highly automated
  22.  - Very flexible
  23.  - Very intelligent (for an installer-script ;-)
  24.  - It uses WrapGuide (if present) for the AmigaGuide® documentation if running
  25.    under a pre V39 system.
  26.  - Autodetects the CPU/FPU
  27.  - Autodetects the OS version
  28.  - Autodetects the MUI version
  29.  - Autodetects existing files within the distribution archive
  30.  - Installs the optimal 68010-68060 binary if available
  31.  - Supports the following document formats:
  32.    ASCII, AmigaGuide®, HTML
  33.  - It supports the following languages:
  34.    English, German, French, Danish, Italian, Dutch, Swedish, Polish, Finnish,
  35.    Greek, Czech, Russian
  36.  - Supports source code installation for the following programming
  37.    languages:
  38.    C, Assembler, Amiga-E, Modula II, Oberon, ARexx, Cluster, Blitz Basic 2
  39.  - It can be reused by (hopefully) all other MUI custom classes since the
  40.    authors of custom classes need to change only a few things:
  41.    * The #copyright variable
  42.    * The #min_os_version and #min_os_revision variables
  43.    * The #min_mui_version and #min_mui_revision variables
  44.    * The #language_mcc and #language_mcp variables
  45.    * The P_CustomExists, P_CustomInstall and P_CustomUninstall procedures
  46.    * The 'APPNAME' tooltype within the MCC-Install icon
  47.  
  48.  
  49. Now, before you go on, you should validate whether all files are unmodified,
  50. use the md5sum utility together with the checksums appended to this text.
  51. Just type:
  52.  
  53.         md5sum -cv MCC-Install.readme
  54.  
  55. and all files in the distribution will be checked. This file itself is
  56. signed with my key, so a simple
  57.  
  58.         pgp -ka MCC-Install.readme
  59.         pgp MCC-Install.readme
  60.  
  61. will check the integrity of this text, too.
  62.  
  63.  
  64. Dipl.-Inform. Kai Hofmann
  65. hofmann@hofmann-int.de
  66.  
  67.  
  68.  
  69.  
  70. b69a08e8960eb7f08e0e325340baa433  MCC-Install.pi
  71. 61801ec7590855730a52b24c3d346222  MCC-Install
  72. 68732e9562b24807f62e9622220976fb  Docs/English/MCC-Install.doc
  73. 25b19818f0211cf5be7e5dbb231a9448  Docs/English/MCC-Install.guide
  74. 12526fc4da9892848a1c7dffcad6ba5d  Docs/English/MCC-Install_Dev.doc
  75. 2118f968350c0d322713de72eecfd8d4  Docs/English/MCC-Install_Dev.guide
  76.  
  77. -----BEGIN PGP SIGNATURE-----
  78. Version: 2.6.3ia
  79. Charset: latin1
  80. Comment: Requires PGP version 2.6 or later.
  81.  
  82. iQCVAgUBN1T7M/iw0jcNaWkBAQEpygQAs8jIbY3xC1gGB1JAaPGNlLaAwDhxwS3h
  83. himyLaMZln0RGwOgV8BAuOKgnyBwBTLT3ePpQ+hCB0LHExLBjLEsLfqYoGOPwOPf
  84. 6JT+iPACc7hPqd6Cq06m+NAWqmaWXeDhfvZo6tweGQPqchlNNI8zp9btkTU0j2oX
  85. 2ehsbt+0DGc=
  86. =b6tK
  87. -----END PGP SIGNATURE-----
  88. -----BEGIN PGP PUBLIC KEY BLOCK-----
  89. Version: 2.6.3ia
  90. Comment: Requires PGP version 2.6 or later.
  91.  
  92. mQCNAi+tJrEAAAEEAOKuSawrRwTVyKhrvt3tbS+V7JCiVYlHVXTwiK3bN9H8Nd2T
  93. UfwpMYW0RQUnlxP/BT46Y7zvpzEfkFCZxCVeOjfVpUxfsKK0nUdxhdrzrw4zSJQZ
  94. Rbc26sUhg8qciHXzg3NXPihSiCErl+k5HMNl62YVU9u8Tb2DRPiw0jcNaWkBAAUR
  95. tDJEaXBsLi1JbmZvcm0uIEthaSBIb2ZtYW5uIDxob2ZtYW5uQGhvZm1hbm4taW50
  96. LmRlPrQqSG9mbWFubiBTb2Z0d2FyZSBFbmdpbmVlcmluZyBJbnRlcm5hdGlvbmFs
  97. tDZEaXBsLi1JbmZvcm0uIEthaSBIb2ZtYW5uIDxodHRwOi8vd3d3LmhvZm1hbm4t
  98. aW50LmRlLz4=
  99. =N+AP
  100. -----END PGP PUBLIC KEY BLOCK-----
  101.